-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further Prune PostProcessing Code, Specifically plot_posterior And spread_draws #431
Further Prune PostProcessing Code, Specifically plot_posterior And spread_draws #431
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #431 +/- ##
==========================================
+ Coverage 94.51% 96.63% +2.12%
==========================================
Files 42 41 -1
Lines 1003 952 -51
==========================================
- Hits 948 920 -28
+ Misses 55 32 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…tprocessing-code-specifically-plot_posterior-and-spread_draws
…nt of plot_plosterior
pyproject.toml: DEP002 'matplotlib' defined as a dependency but not used in the codebase @AFg6K7h4fhy2 can you remove? |
@dylanhmorris it is used in the tutorials, which I don't think deptry recognizes |
Remove from the main dependency group and add to |
…ically-plot_posterior-and-spread_draws
…_posterior-and-spread_draws' of github.com:CDCgov/multisignal-epi-inference into 426-further-prune-postprocessing-code-specifically-plot_posterior-and-spread_draws
ax.plot( | ||
np.arange(dow_effect_raw.shape[0]), | ||
dow_plot_samples.mean(dim="draw"), | ||
color="red", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this plot still has the old colors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one more plot to fix, then it will be ready to merge! Thanks @AFg6K7h4fhy2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @AFg6K7h4fhy2
This PR: